directed broadcast address meaning in Chinese
定向广播地址
广播地址
Examples
- To listen for udp datagrams sent to the directed broadcast address 192 . 168 . 1 . 255 on port 11 , 000 . the client receives a message string and writes the message to the console
下面的代码示例使用udpclient侦听发送到端口11 , 000上的定向的广播地址192 . 168 . 1 . 255的udp数据文报。 - You can broadcast to your local subnet by sending a packet to 255 . 255 . 255 . 255 ; or , you can use the directed broadcast address , which is the network portion of an internet protocol address with all bits set in the host portion
可以通过将数据包发送至255 . 255 . 255 . 255来广播到本地子网;或者,也可以使用定向广播地址,该地址为主机部分设置了所有位的internet协议( ip )地址的网络部分。 - For internet protocol version 4 , you can broadcast to your local subnet by sending a packet to 255 . 255 . 255 . 255 ; or you can use the directed broadcast address , which is the network portion of an internet protocol address with all bits set in the host portion
对于internet协议版本4 ,可通过向255 . 255 . 255 . 255发送数据包来向本地子网广播;也可以使用定向广播地址,即internet协议( ip )地址的网络部分,同时所有位都在主机部分设置。